projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55de767
)
Mention c-backslash-max-column in documentation for c-backslash-column.
author
Jan Djärv
<jan.h.d@swipnet.se>
Sat, 25 Nov 2006 12:06:29 +0000
(12:06 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Sat, 25 Nov 2006 12:06:29 +0000
(12:06 +0000)
lisp/progmodes/cc-vars.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cc-vars.el
b/lisp/progmodes/cc-vars.el
index 0e6738710c5474cb345102d2ad430e993d812f53..23ae63f0c52db95b8d970ea3d57795ebb3f1daf3 100644
(file)
--- a/
lisp/progmodes/cc-vars.el
+++ b/
lisp/progmodes/cc-vars.el
@@
-809,7
+809,7
@@
then no newline is inserted."
This is used by the functions that automatically insert or align the
line continuation backslashes in multiline macros. If any line in the
macro exceeds this column then the next tab stop from that line is
-used as alignment column instead."
+used as alignment column instead.
See also `c-backslash-max-column'
"
:type 'integer
:group 'c)
;;;###autoload(put 'c-backslash-column 'safe-local-variable 'integerp)